Use PEGetFieldMappingType to retrieve the field mapping type code for the specified report.
BOOL CRPE_API PEGetFieldMappingType (
short printJob,
WORD FAR *mappingType );
Specifies the print job from which the field mapping type code will be retrieved. | |
Specifies a pointer to the appropriate PE_FM_XXX Field Mapping Type Constants. |
Declare Function PEGetFieldMappingType Lib "crpe32.dll" (
ByVal printJob As Integer, mappingType As Integer ) As Integer
function PEGetFieldMappingType (
printJob: smallint;
var mappingType: Word
): BOOL stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |